home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / utilgfx / jiv134p.lha / JIV / Changes next >
Text File  |  1996-02-28  |  20KB  |  305 lines

  1. ===============================================================================
  2. JIV 1.34            Minor modification for the "PAUSE" feature.
  3. JIVGFXText 1.16     Minor modification for the "PAUSE" feature.
  4. GFXRender 1.171     Added "PAUSE" feature.
  5. -------------------------------------------------------------------------------
  6. JIV 1.33            Added file requester (appears if JIV is called from WB
  7.                     without additional file arguments).
  8. JIVCore 1.26        Added file requester.
  9. -------------------------------------------------------------------------------
  10. JIV 1.32            Internal re-design and code cleanup.
  11. -------------------------------------------------------------------------------
  12. JIVIFF 1.44         Fixed a minor glitch in the 1.43 bug fix.
  13. -------------------------------------------------------------------------------
  14. JIV 1.31            When you run JIV from the Workbench, you will no longer
  15.                     need to click on the window close button after JIV has
  16.                     terminated. The window will close automatically after a
  17.                     short delay (approx. 2 seconds).
  18. -------------------------------------------------------------------------------
  19. JIV 1.30            Cosmetic change.
  20. -------------------------------------------------------------------------------
  21. JIVIFF 1.43         New feature: will supply a default colormap if necessary.
  22. -------------------------------------------------------------------------------
  23. GFXCore 1.200       MUCH faster when reducing true color to colormapped.
  24. -------------------------------------------------------------------------------
  25. JIV 1.28            Added timing feature.
  26. JIVCore 1.18        Added timing feature.
  27. GFXRender 1.167     Added timing feature.
  28. ===============================================================================
  29. JIV 1.27            Added a minor "nag" message for the (unregistered) release.
  30. -------------------------------------------------------------------------------
  31. JIVTIFF 1.154       Fixed a cosmetic bug in the Colormap handling.
  32. ===============================================================================
  33. JIV 1.26            Re-enabled the TIFF support for the beta release.
  34. -------------------------------------------------------------------------------
  35. JIVTIFF 1.152       Code cleanup for release.
  36. -------------------------------------------------------------------------------
  37. JIVTIFF 1.151       Finally - a working implementation of TIFF/LZW (compression
  38.                     type "5"). TIFF/LZW is subtly incompatible with GIF/LZW in
  39.                     several respects *yuck*. What a mess.
  40. -------------------------------------------------------------------------------
  41. GFXRender 1.165     When a screen was closed with an error condition, JIV
  42.                     was sometimes unable to re-open another screen (symptom:
  43.                     after a "recoverable" error, no more pictures were
  44.                     displayed). Fixed.
  45. ===============================================================================
  46. JIV 1.22f           Prepared a special bug-fixed version for the FreshFish and
  47.                     Meeting Pearls CDROM releases. This version contains all
  48.                     the changes as noted in this file EXCEPT THE ENTIRE TIFF
  49.                     ROUTINES (which are still unstable and largely untested).
  50. -------------------------------------------------------------------------------
  51. GFXCore 1.177       The 1.171-bug fix was wrong - there is a valid reason for
  52.                     that height check. Oops-oops. :-)
  53. -------------------------------------------------------------------------------
  54. JIVTIFF 1.79        Cosmetic change (added a few pi types).
  55. -------------------------------------------------------------------------------
  56. JIV 1.25            Cosmetic changes.
  57. -------------------------------------------------------------------------------
  58. GFXRender 1.164     DISPLAY=CYBER now attempts to fall back to 16 bit display
  59.                     depth if it can't get a 24 bit screen.
  60. -------------------------------------------------------------------------------
  61. GFXRender 1.163     The "ESC" key acts like "q" and "CTRL-C" now.
  62. -------------------------------------------------------------------------------
  63. JIVTIFF 1.78        Under certain conditions, DecodeImage() returned a pointer
  64.                     to memory that had already been freed (causing enforcer-
  65.                     and mungwall-hits). Fixed.
  66. -------------------------------------------------------------------------------
  67. GFXCore 1.171       Fixed a stupid bug in AutoAllocChunks()/CreateChunk()
  68.                     (attempted to enforce a bogus chunk height limit
  69.                     [chunkMaxLine] - oops).
  70. ===============================================================================
  71. JIV 1.24            Added TIFF support. Three betas (limited circulation).
  72. -------------------------------------------------------------------------------
  73. JIVTIFF 1.7x        A first release for the beta testers (uncompressed TIFF).
  74. -------------------------------------------------------------------------------
  75. GFXCore 1.165       Introduced a bug in 1.161: DeleteDescriptor() didn't like
  76.                     NULL pointers. Fixed.
  77. -------------------------------------------------------------------------------
  78. GFXRender 1.162     I think I finally found (and fixed? :->) the Evil(TM) bug
  79.                     that caused some rather untraceable random crashes. Looks
  80.                     like I forgot to check for a NULL screen pointer in several
  81.                     places.
  82. -------------------------------------------------------------------------------
  83. GFXRender 1.161     Kludged around a minor bug in the CyberGraphics stuff.
  84.                     (Cybergraphics seems to be unable to find a ModeID for
  85.                      very small screens).
  86. -------------------------------------------------------------------------------
  87. JIVBMP 1.17         Fixed a nasty bug in the OS/2 (as opposed to MS-Windows)
  88.                     BMP format support. Ooops.
  89. -------------------------------------------------------------------------------
  90. JIVIFF 1.39         Improved the EHB support.
  91. -------------------------------------------------------------------------------
  92. JIVIFF 1.38         Now also looks at the CAMG chunk when trying to figure out
  93.                     non-square pixels.
  94. -------------------------------------------------------------------------------
  95. GFXCore 1.164       New AutoAddChunks() function.
  96. -------------------------------------------------------------------------------
  97. GFXCore 1.161       Fixed a potentially fatal bug in the DeleteDescriptor()
  98.                     code. When a descriptor was deleted from the middle of a
  99.                     descriptor list, a pointer was not reset correctly. This
  100.                     could result in random writes to foreign memory. The bug
  101.                     was triggered by loading corrupted images (under certain
  102.                     conditions).
  103. ===============================================================================
  104. JIV 1.22            Cosmetic change (shareware notice).
  105. -------------------------------------------------------------------------------
  106. JIVCore 1.13        Looking for the Picasso-II/screen switching bug. Not found.
  107. -------------------------------------------------------------------------------
  108. GFXRender 1.160     Looking for the Picasso-II/screen switching bug. Not found,
  109.                     but I found and fixed a different bug (in the clear-screen-
  110.                     code, a part that could have crashed the machine but
  111.                     luckily was very unlikely to be used).
  112. ===============================================================================
  113. JIV 1.21            Bumped version number for release.
  114. -------------------------------------------------------------------------------
  115. GFXRender 1.154     Ooops. 1.149 accidentally swapped the meaning of DELAY
  116.                     and WAIT. Fixed.
  117. ===============================================================================
  118. GFXRender 1.153     Fixed a cosmetic bug in the GENERIC screen depth handling.
  119. -------------------------------------------------------------------------------
  120. GFXCore 1.155       Minor optimisations.
  121. GFXRender 1.151     Minor optimisations.
  122. -------------------------------------------------------------------------------
  123. JIV 1.20            DELAY and WAIT were broken. Fixed and enhanced.
  124. GFXRender 1.149     dito.
  125. -------------------------------------------------------------------------------
  126. GFXCore 1.153       Revised dithering. Faster.
  127. -------------------------------------------------------------------------------
  128. JIVCore 1.9         Added new AUTO display mode for automatic mode selection.
  129. ===============================================================================
  130. JIV 1.19            Cosmetic change.
  131. GFXRender 1.145     dito.
  132. ===============================================================================
  133. JIV 1.18            Minor bug fix (image offset for PROGRESS was incorrect).
  134. -------------------------------------------------------------------------------
  135. GFXCore 1.127       Make sure the color reduction always selects a dark color
  136.                     for the background. Looks better in most cases. Pictures
  137.                     that don't need color reduction will retain their palette
  138.                     unchanged.
  139. -------------------------------------------------------------------------------
  140. JIVPCX 1.76         Found and fixed a very obscure mungwall hit. (VAR parameter
  141.                     in inline assembler code caused problems).
  142. ===============================================================================
  143. JIVGFXText 1.15     More efficient text display.
  144. -------------------------------------------------------------------------------
  145. GFXRender 1.140     Enhanced input handler, accepts "q", "Q" and "CTRL-C" now.
  146. -------------------------------------------------------------------------------
  147. JIV 1.17            Cosmetic changes.
  148. -------------------------------------------------------------------------------
  149. JIVPCX 1.47         Some optimisations.
  150. -------------------------------------------------------------------------------
  151. JIVPCX 1.41         Added 16-color EGA PCX support.
  152. -------------------------------------------------------------------------------
  153. JIVPCX 1.28         Fixed a bug in the monochrome PCX support.
  154. -------------------------------------------------------------------------------
  155. JIVGFXText 1.11     Select text colors differently.
  156. -------------------------------------------------------------------------------
  157. GFXRender 1.127     Blank the mouse pointer while displaying the pictures.
  158. -------------------------------------------------------------------------------
  159. GFXRender 1.126     Minor change in the internal buffer handling (bgr -> rgb).
  160. GFXCore 1.126       dito.
  161. JIVBMP 1.16         dito.
  162. JIVIFF 1.37         dito.
  163. JIVJPG 1.5          dito.
  164. JIVPCX 1.27         dito.
  165. JIVPNM 1.8          dito.
  166. -------------------------------------------------------------------------------
  167. GFXCore 1.125       Minor change in the internal buffer handling (rline
  168.                     pointer array).
  169. JIVBMP 1.12         dito.
  170. JIVGIF 1.1          dito.
  171. JIVIFF 1.36         dito.
  172. JIVJPG 1.4          dito.
  173. JIVPCX 1.25         dito.
  174. JIVPNM 1.7          dito.
  175. ===============================================================================
  176. JIV 1.16            Cosmetic change (removed _MOD from version string).
  177. -------------------------------------------------------------------------------
  178. JIVGFXText 1.10     Cosmetic change.
  179. -------------------------------------------------------------------------------
  180. TronFFR 1.2         Changed a few defaults (first block=2048, blocksize=16384).
  181. -------------------------------------------------------------------------------
  182. GFXRender 1.124     Minor/cosmetic changes (new default pointer, new
  183.                     OpenDisplayCyber() behaviour).
  184. -------------------------------------------------------------------------------
  185. JIVPCX 1.22         Added true-color PCX support.
  186. -------------------------------------------------------------------------------
  187. JIV 1.15            Fixed an obscure (and harmless) bug in the file handling;
  188.                     JIV didn't free locks under certain (unlikely) conditions.
  189. -------------------------------------------------------------------------------
  190. JIV 1.14            Fixed a bug in the status line handling (-> JIV 1.11).
  191. -------------------------------------------------------------------------------
  192. JIV 1.13            Added PCX format.
  193. JIVPCX 1.17         Initial (limited) version, handles only 8 bit PCX files.
  194. -------------------------------------------------------------------------------
  195. GFXRender 1.117     Minor bug fixes.
  196. -------------------------------------------------------------------------------
  197. JIV 1.12            Increased image format recognition buffer size.
  198. -------------------------------------------------------------------------------
  199. JIV 1.11            Slightly different status line handling. Will not destroy
  200.                     the first few lines of a screen anymore.
  201. ===============================================================================
  202. JIV 1.10            Added support for the new CyberGraphics driver.
  203. JIVCore 1.7         dito.
  204. JIVGFXText 1.8      dito.
  205. GFXRender 1.15      Added CyberGraphics driver.
  206. ===============================================================================
  207. JIV 1.9             Added support for new DITHER parameter.
  208. GFXCore 1.123       Dito.
  209. GFXRender 1.107     Dito
  210. JIVCore 1.5         Dito.
  211. -------------------------------------------------------------------------------
  212. JIVBMP 1.9          Fixed a stupid bug in the bytes-per-line code.
  213. -------------------------------------------------------------------------------
  214. JIVIFF 1.35         Removed certain register optimisations to avoid potential
  215.                     compiler bugs.
  216. JIVPNM 1.6          Dito.
  217. JIVBMP 1.1          Dito.
  218. -------------------------------------------------------------------------------
  219. GFXRender 1.85      Several minor optimisations in the Picasso-II driver.
  220. -------------------------------------------------------------------------------
  221. JIV 1.8             Minor changes for GFXRender 1.71.
  222. GFXRender 1.71      Will attempt to re-use old screens before opening new ones.
  223. -------------------------------------------------------------------------------
  224. JIVIFF 1.34         Will attempt to adjust the aspect ratio of interlaced
  225.                     files if xAspect/yAspect (or xdpi/ydpi) are set correctly.
  226. -------------------------------------------------------------------------------
  227. JIVIFF 1.29         Added support for HAM8 files.
  228. -------------------------------------------------------------------------------
  229. JIVIFF 1.28         Fixed a cosmetic bug in the VERBOSE mode (used to show
  230.                     "FORM" instead of the FORM type).
  231. -------------------------------------------------------------------------------
  232. GFXRender 1.65      Added support for Picasso-II 16-bit display mode.
  233. JIVGFXText 1.2      Added support for Picasso-II 16-bit display mode.
  234. ===============================================================================
  235. JIV 1.6             Fixed a cosmetic bug.
  236. ===============================================================================
  237. JIV 1.5             Bumped version number for beta release.
  238. -------------------------------------------------------------------------------
  239. GFXCore 1.117       Optimized the color selection and dithering.
  240. -------------------------------------------------------------------------------
  241. GFXRender 1.39      Small changes for the new color selection.
  242. GFXCore 1.106       Completely new color selection algorithm. Somewhat faster
  243.                     and MUCH better.
  244. ===============================================================================
  245. JIV 1.4             Bumped version number for beta release.
  246. -------------------------------------------------------------------------------
  247. GFXCore 1.76        FillColormap8() damaged the source colormap. Fixed.
  248. -------------------------------------------------------------------------------
  249. GFXRender 1.34      Changes for GFXCore 1.66. Fixed a minor bug in the ModeID
  250.                     code.
  251. GFXCore 1.66        Better 8 -> (<8) dithering / color selection. Faster.
  252. -------------------------------------------------------------------------------
  253. Bit 1.47            Bug fixes.
  254. -------------------------------------------------------------------------------
  255. GFXRender 1.26      Changes for GFXCore 1.2.
  256. GFXCore 1.2         New histogram/colormap/dithering algorithms for dithering
  257.                     colormapped (max. 256 colors) pictures. Faster. Better.
  258. -------------------------------------------------------------------------------
  259. GFXRender 1.23      A2024 mode now uses my own ChunkyToPlanar().
  260. -------------------------------------------------------------------------------
  261. GFXRender 1.22      Fixed a bug - histograms were only freed on exit, wasting
  262.                     memory in slide show mode whenever dithering was needed.
  263. -------------------------------------------------------------------------------
  264. JIVGFXText 1.1      Added "NATIVE" driver.
  265. GFXRender 1.19      Added "NATIVE" drivers.
  266. JIVCore 1.3         Added "NATIVE" display mode.
  267. -------------------------------------------------------------------------------
  268. GFXRender 1.1       Respect Overscan prefs. Attempt to clone default pubscreen.
  269.                     Set a proper screen title.
  270. -------------------------------------------------------------------------------
  271. JIV 1.3             Added "Bit".
  272. Bit 1.36            Optimized Planar2Chunky().
  273. JIVIFF 1.26         Moved Chunky2Planar to the "Bit" module.
  274. ===============================================================================
  275. JIV 1.2             Bumped version number
  276. -------------------------------------------------------------------------------
  277. JIVPNM 1.5          The PNM header parser was completely broken because of a
  278.                     compiler/optimizer bug (I forgot to re-test the code after
  279.                     instructing the compiler to do certain register
  280.                     optimizations). Sorry. Fixed.
  281. ===============================================================================
  282. JIV 1.1             Bumped version number.
  283. -------------------------------------------------------------------------------
  284. JIVCore 1.2         Boolean tool types were parsed incorrectly. Fixed.
  285. -------------------------------------------------------------------------------
  286. JIVIFF 1.25         Replaced ReadPixelLine8() with my own Planar2Chunky(). It's
  287.                     faster, and ReadPixelLine8() caused some problems.
  288. ===============================================================================
  289. JIVJPG 1.2          Fixed a minor bug  (failed to force RGB colorspace under
  290.                     certain conditions).
  291. -------------------------------------------------------------------------------
  292. ALL MODULES 1.0     Set version number for initial release.
  293. -------------------------------------------------------------------------------
  294. JIVIFF 0.130        Fixed a bug that sometimes caused crashes with pictures
  295.                     with a width of 1024 (or more) pixels.
  296. -------------------------------------------------------------------------------
  297. JIVIFF 0.122        The IFF/ILBM reader is _much_ faster now.
  298. ===============================================================================
  299. JIV 0.84            Removed the table-based JIVRandom module and went back to
  300.                     the assembler pseudo-random routine. The table-based RND
  301.                     was only slightly faster but caused the executable to grow
  302.                     by 16 KBytes. It also caused ugly artefacts in A2024 mode.
  303. GFXCore 0.433       see JIV 0.84
  304. GFXRender 0.11      see JIV 0.84
  305.